home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / WindowMaker / wrlib / README < prev    next >
Encoding:
Text File  |  1998-09-29  |  876 b   |  34 lines

  1.  
  2. WindowMaker raster graphics library
  3.  
  4. This library is used to manipulate images and convert them to
  5. a format that can be displayed through the X window system.
  6. Read the wraster.h header for an idea of what is available
  7.  
  8.  
  9. This Library is LGPL and 
  10. Copyright (c) Alfredo K. Kojima <kojima@inf.ufrgs.br>
  11.  
  12.  
  13. The following environment variables control some parameters:
  14.  
  15. RIMAGE_CACHE <integer>
  16.  
  17. Is the maximum number of images to store in the internal cache.
  18. Default is 8
  19.  
  20. RIMAGE_CACHE_SIZE <integer>
  21.  
  22. Is the size of the biggest image to store in the cache.
  23. Default is 4k (64x64)
  24.  
  25.  
  26.  
  27. Porting
  28. =======
  29.  
  30. It should be fairly easy to port it to other environments 
  31. (svgalib, libggi etc), probably only requiring wraster.h,
  32. context.c and convert.c to be changed. Note that the X specific
  33. code should be disabled in that case, including support for libXpm.
  34.